projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9ffbe99
)
Tweak previous mailcap-view-file change
author
Maxim Nikulin
<manikulin@gmail.com>
Fri, 30 Jul 2021 12:42:07 +0000
(14:42 +0200)
committer
Lars Ingebrigtsen
<larsi@gnus.org>
Fri, 30 Jul 2021 12:42:07 +0000
(14:42 +0200)
* lisp/net/mailcap.el (mailcap-view-file): Remove the :noquery t
mistakenly added (bug#12972).
Copyright-paperwork-exempt: yes
lisp/net/mailcap.el
patch
|
blob
|
history
diff --git
a/lisp/net/mailcap.el
b/lisp/net/mailcap.el
index f64897ac9b9d8cb5da4c71ca3b4e3d97e72be2a5..aeeb9bd8d3b7b4bd965dc0314702256941e1fb46 100644
(file)
--- a/
lisp/net/mailcap.el
+++ b/
lisp/net/mailcap.el
@@
-1186,7
+1186,6
@@
See \"~/.mailcap\", `mailcap-mime-data' and related files and variables."
(make-process
:name "mailcap-view-file"
:connection-type 'pipe
- :noquery t
:buffer nil ; "*Messages*" may be suitable for debugging
:sentinel (lambda (proc event)
(when (and (memq (process-status proc) '(exit signal))